@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Zen+Old+Mincho&display=swap');

html{
    scroll-behavior: smooth;
}

body{
    font-family: "Playfair Display", "Zen Old Mincho", serif;
}

header{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    color: #fff;
    text-decoration: none;
}

header .container{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
}

header .logo{
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

header ul{
    display: flex;
    list-style: none;
}

header li{
    margin-left: 48px;
    font-weight: 500;
}

header ul li a{
    transition: 0.3s;
    color: #fff;
    text-decoration: none;
}

header ul li a:hover{
    text-decoration: underline;
}

@media screen and (max-width:767px){
    header nav {display: none;}
}

section {
    position: relative;
    height: 100vh;
}

.Top video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;   
    object-fit: cover; 
    z-index: -1;
}

.text{
    position: absolute;
    top: 30%;
    left: 13%;
    color: #fff;
}

.text h2{
    font-size: 5em;
    font-weight: 800;
    color: #FFF;
    line-height: 1em;
}

.text h3{
    font-size: 2em;
    font-weight: 700;
    color: #FFF;
    line-height: 1em;
}

.text p{
    font-size: 1.1em;
    margin: 30px 0px 30px 0px;
    color: #FFF;
    max-width: 700px;
}

@media (max-width: 798px) {

    .text h2 {
        font-size: 3em;
    }

    .text h3 {
        font-size: 1.5em;
    }
}

.Biography{
    height: auto;
}

.title{
    font-size: 3rem;
    text-align: left;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin: 80px 0px;
}

.title::before{
    content: "";
    height: 1px;
    flex-grow: 0.13;
    background-color: #3C3C3C;
    margin-right: 4rem;
}

.Biography .contents{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-left: 0;
}

.msg h2{
    font-size: clamp(1rem, 2vw, 2rem);
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 0;

}

.msg h3{
    font-size: clamp(0.5rem, 1vw, 1rem);
    margin-top: 5px;
    margin-bottom: 40px;
}

section:not(:first-child){
    margin-top: 120px;
}

.Biography-img{
    width: 700px;
    margin: 0 3rem;
}

.Biography-img img{
    width: 100%;
    height: auto;
}

.msg{
    
    max-width: 50%;
    font-size: clamp(0.5rem, 1vw, 1rem);
    margin: 30px;
}

@media screen and (max-width: 900px) {
  .Biography .contents {
    flex-direction: column;
    text-align: center;
  }
  .msg h2{
    font-size: 2rem;
  }
  .msg h3{
    font-size: 1rem;
  }
  .Biography .contents .msg{
    font-size: 1rem;
    max-width: 85%;
  }
}

.Essay{
    height: auto;
}

.Essay-date{
    max-width: 700px;
    margin: 0 auto;
    list-style-type: none;
}

.Essay-date .date{
    border: solid 1px #5C5C5C;
    text-decoration: none;
    margin-bottom: 20px;
    padding: 16px 24px;
}

.Essay-date .date a{
    text-decoration: none;
    color: #3C3C3C;
}

.Essay-date .date a p{
    margin: 5px;
}

.btn{
    display: inline-block;
    padding: 12px 70px;
    background-color: #3C3C3C;
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}

.btn:hover{
    background-color: #5C5C5C;
}

.btn-wrapper{ 
    text-align: center;
    margin: 30px auto;
}

.Essay-text{
    margin: 50px 60px;
}

.Essay-text p{
    margin: 13px;
    text-align: center;
}

.Radio{
    margin-top: 150px;
    height: auto;
}

.Radio-text{
    text-align: center;
    margin: 30px auto;
}

.Radio-text h4{
    font-size: 1.5rem;
}

.Radio-text p{
    margin: 13px;
    text-align: center;
}

.Radio-date{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem;
    max-width: 1200px;
    margin: 60px auto;
    padding: 0;
}

.video-container {
    width: auto;
    height: auto;
}

.video-container p{
    text-align: center;
}


footer{
    background-color: #3C3C3C;
    margin-top: 200px;
}

footer .footer-nav{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 15px 0;
}

footer .logo{
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

footer ul{
    display: flex;
    list-style: none;
}

footer li{
    margin-left: 48px;
    font-weight: 500;
}

footer ul li a{
    transition: 0.3s;
    color: #fff;
    text-decoration: none;
}

footer ul li a:hover{
    text-decoration: underline;
}

@media screen and (max-width:767px){
    footer nav {display: none;}
}

footer p{
    text-align: center;
    color: #FFF;
    padding-bottom: 2rem;
}

.Goods{
    width: auto;
    height: auto;
}

.Goods-box{
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 60%;
    margin: 0 auto;
}

.slider {
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
    width: 50%;
    list-style: none;
    margin: 0 auto;
    flex: 1;
}

.item{
    width: 250px;
    min-width: 25%;
    box-sizing: border-box;
    padding: 10px;
}

.item img{
    width: 100%;
}

.Goods-info div{
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}

.price{
    font-size: 1rem;
    color: #FFF;
    background-color: #3C3C3C;
    text-align: center;
    width: 75px;
    height: 20px;
    line-height: 20px;
}

.arrow{
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 2rem;
    cursor: pointer;
    padding: 5px 10px;
    position: relative;
    padding: 5px 10px;
    z-index: 1;
}

.arrow.left {
    margin-right: 10px;
}

.arrow.right {
    margin-left: 10px;
}

@media screen and (max-width: 768px) {
    .slider .item {
        min-width: 50%;
    }
}

.Goods .btn{
    margin-top: 50px;
}